home *** CD-ROM | disk | FTP | other *** search
/ kermit.columbia.edu / kermit.columbia.edu.tar / kermit.columbia.edu / newsgroups / misc.19980424-19980901 / 000329_news@newsmaster….columbia.edu _Sat Aug 1 09:03:22 1998.msg < prev    next >
Internet Message Format  |  1998-08-31  |  2KB

  1. Return-Path: <news@newsmaster.cc.columbia.edu>
  2. Received: from newsmaster.cc.columbia.edu (newsmaster.cc.columbia.edu [128.59.35.30])
  3.     by watsun.cc.columbia.edu (8.8.5/8.8.5) with ESMTP id JAA04831
  4.     for <kermit.misc@watsun.cc.columbia.edu>; Sat, 1 Aug 1998 09:03:20 -0400 (EDT)
  5. Received: (from news@localhost)
  6.     by newsmaster.cc.columbia.edu (8.8.5/8.8.5) id JAA20714
  7.     for kermit.misc@watsun; Sat, 1 Aug 1998 09:03:20 -0400 (EDT)
  8. Path: news.columbia.edu!sol.ctr.columbia.edu!news.indiana.edu!news.ind.net!news-out.internetmci.com!newsfeed.internetmci.com!204.59.152.222!news-peer.gip.net!news-lond.gip.net!news.gsl.net!gip.net!dispose.news.demon.net!demon!news.demon.co.uk!demon!antipope.demon.co.uk!charlie
  9. From: charlie@pc.antipope.org (Charlie Stross)
  10. Newsgroups: comp.protocols.kermit.misc
  11. Subject: Re: Q: How to back up a DOS box to UNIX via Kermit?
  12. Date: Sat, 1 Aug 1998 12:00:15 +0100
  13. Organization: Chateau Antipope retirement home for senescent computers
  14. Message-ID: <slrn6s5t9v.jqj.charlie@pc.antipope.org>
  15. References: <slrn6s4abl.ha5.charlie@pc.antipope.org> <6pttmf$8te$1@samba.rahul.net> <5tkup6.0re.ln@linux.lisse.na>
  16. Reply-To: charlie@nospam.antipope.org
  17. NNTP-Posting-Host: antipope.demon.co.uk
  18. X-NNTP-Posting-Host: antipope.demon.co.uk:158.152.11.49
  19. X-Trace: news.demon.co.uk 901976540 nnrp-08:5101 NO-IDENT antipope.demon.co.uk:158.152.11.49
  20. X-Complaints-To: abuse@demon.net
  21. X-Newsreader: slrn (0.9.4.3 UNIX)
  22. Lines: 19
  23. Xref: news.columbia.edu comp.protocols.kermit.misc:9040
  24.  
  25. On Sat, 1 Aug 1998 09:50:45 +0100, Dr Eberhard W Lisse 
  26. <el@linux.lisse.na> wrote:
  27. >
  28. >I'd look into something like
  29. >
  30. >kermit -k | tar cvfz backup.tgz -
  31.  
  32. Tried it. It didn't work. Wrote a 45-byte header then died, complaining
  33. of something (that disappeared off the screen before I could read it).
  34. I suspect kermit -k just splats a series of bytes out, without any
  35. indication of which file those bytes belong to -- not a very good idea
  36. when the objective is to create a viable backup.
  37.  
  38. (All I'm trying to do is (a) back up a MSDOS box via kermit onto a Linux
  39. system, and maybe (b) synchronize the contents of a single directory, once
  40. I get backup sorted out.)
  41.  
  42.  
  43. -- Charlie